﻿

/*login*/
.login_box {
    width: 480px;
    padding-top: 10px;
    padding-bottom: 30px;
    background: #fff;
    border: 1px solid #cbcbcb;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -250px;
    z-index: 1001;
    overflow: hidden;
}

    .login_box .login_title {
        width: 100%;
        height: 38px;
        line-height: 38px;
    }

.login_title h2 {
    color: #2d2d2d;
    font-size: 16px;
    font-weight: normal;
    padding-left: 40px;
    background: url(http://www.175pt.com/gw_index_new/images/login_logo.png) no-repeat 136px 2px;
    text-align: center;
    margin-top: 20px;
}

#clouse_login {
    display: block;
    width: 20px;
    height: 20px;
    background: url(http://www.175pt.com/gw_index_new/images/login_clouse.png) no-repeat center;
    position: absolute;
    top: 12px;
    right: 10px;
    border-radius: 2px;
}

.login_logo {
    width: 100%;
    margin: 18px auto;
    text-align: center;

}
.login_logo img{
    margin: 0 auto;
}

    #clouse_login:hover {
        background: url(http://www.175pt.com/gw_index_new/images/login_clouse2.png) no-repeat center;
    }

.login_content {
    width: 100%;
}

    .login_content .login_ico {
        width: 100%;
        height: 34px;
    }

.login_ico li {
    width: 100px;
    line-height: 32px;
    float: left;
    text-align: center;
    padding: 2px 0 0 15px;
    font-size: 14px;
}

.login_ico .pc_login {
    background: url(http://www.175pt.com/gw_index_new/images/pc_ico.png) no-repeat 20px 10px;
}

.login_ico .qq_login {
    height: 34px;
    border: 1px solid #bcbcbc;
    border-top: none;
    background: url(http://www.175pt.com/gw_index_new/images/login_qql.png) no-repeat #ededef;
}

.login_ico a {
    color: #666;
}

.login_input_box {
    width: 260px;
    margin: 10px auto;
}

    .login_input_box .phcolor {
        color: #999;
    }

    .login_input_box input {
        border: 1px solid #cbcbcb;
        height: 38px;
        line-height: 38px;
        font-size: 12px;
        border-radius: 2px;
    }

.put_csid {
    position: relative;
}

    .put_csid .csid {
        width: 216px;
        border-left: none;
        padding-left: 3px;
        outline: none;
        -webkit-appearance: none;
        
    }

.jizhuid {
    margin-top: 24px;
    line-height: 20px;
    margin-left: 1px;
    color:#666;
}

    .jizhuid .chebox {
        width: 15px;
        height: 15px;
        vertical-align: middle;
    }

    .jizhuid label {
        cursor: pointer;
    }

.put_csid span {
    position: absolute;
    bottom: 0px;
    margin-left: 5px;
}

    .put_csid span .chebox {
        vertical-align: middle;
    }

.put_pasw,
.put_yzm,
.login_btn,
.login_tip {
    margin-top: 18px;
}

.login_btn {
    margin-top: 5px !important;
}

.put_pasw .password {
    width: 216px;
}

.put_pasw input {
    width: 216px;
    border-left: none;
    padding-left: 3px;
    outline: none;
    -webkit-appearance: none;
}


.put_pasw .chebox {
    width: 15px;
    height: 15px;
}

.phbg {
    background: url(http://www.175pt.com/gw_index_new/images/mima_bg.png) no-repeat 5px center;
}

.put_yzm {
    height: 40px;
    position: relative;
}

    .put_yzm input {
        width: 107px;
        background: url(../images/yzm_bg.png) no-repeat 0px center;
        padding-left: 40px;
    }

    .put_yzm img {
        width: 105px;
        height: 38px;
        vertical-align: middle;
        margin-top: -6px;
        cursor: pointer;
    }

    .put_yzm a {
        position: absolute;
        bottom: 0;
        text-decoration: underline;
        color: black;
        margin-left: 5px;
    }

.login_btn a {
    display: block;
    width: 260px;
    height: 38px;
    background-color: #ff9932;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 16px;
    border-radius: 3px;
}

    .login_btn a:hover {
        text-decoration: none;
        background: #ffb468;
    }

.login_tip {
    width: 260px;
    font-size: 12px;
    margin: 0 auto;
}

    .login_tip a {
        color: #184983;
    }

.btn_list {
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
}

    .btn_list li {
        float: left;
        color: #666;
    }

        .btn_list li:hover {
            color: #333;
            text-decoration: underline;
        }

    .btn_list .fr {
        margin-left: 15px;
    }

.qq_lg {
    background: url(http://www.175pt.com/gw_index_new/images/qq_lg_bg.png)10px center no-repeat;
}
.fl {
    float: left !important;
}

.fr {
    float: right !important;
}


/*login end*/


